home *** CD-ROM | disk | FTP | other *** search
/ SGI Developer Toolbox 6.1 / SGI Developer Toolbox 6.1 - Disc 4.iso / public / bit / FAQ < prev    next >
Text File  |  1994-08-01  |  4KB  |  105 lines

  1.  
  2.    FAQ and hints for bit
  3.  
  4. Q. How can I display a series of images ? I loaded a bunch of images using
  5.    the load button, then click ready, but nothing happens.
  6. -----------------------------
  7. A. Bit by default puts "loaded" files into a list, you need to
  8.    click Leftmouse in the main window (or SPACE) to view next image on 
  9.    the list; Rightmouse (or P key) to view the previous image and middlemouse
  10.    (or C key) to view currently displayed again(for whatever reason).
  11.  
  12. The quickest way to display a series of images is
  13.  
  14.    bit -NI file1 file2 file3 ....
  15.  
  16.    bit by default will insert all files specified on the command line
  17.    into the list and display the first one upon startup.  Better still,
  18.    use the following command line
  19.  
  20.    bit -N -s60 file1 file2 file3 ....
  21.  
  22.    here -s instructs bit to do a slides show, that is, display each
  23.    image file specified on the command line automatically with a sleep
  24.    of 60 seconds between images.  Of course, if you click any mouse
  25.    buttons before the 60 seconds elapsed, bit will display the next/prev
  26.    image.  If the image is larger than screen/window, it will be panned. 
  27.  
  28.    To see all the different styles of display, add -d100 to the command line.
  29.  
  30.    Also bit -NI combines the functionality of ipaste, gifpaste, jpaste
  31.    and whatever-paste and their look and feel. 
  32.  
  33. Q. How can I animate a series of images, like movie(1) ?
  34. ------------------------------------------------------
  35. A. Bit is not intended to be used for animation, but it can do it in a
  36.    limited way:
  37.  
  38.    bit -Nirs0.05 file1 file2 file3 ...
  39.  
  40.    the command line option specifies, 1. not to refresh screen between
  41.    frames (-r),  and  2. use minimal pause between frames (-s0.05),
  42.    3. Do not show any control panels (-N) and finally -i to force
  43.    the initial window size to be that of the first image.
  44.  
  45.    When all files specified are exhausted, bit will loop. To stop looping,
  46.    type s or use Setup to turn SlideShow mode off.
  47.  
  48.    If your images are large, either use -F flag or use the
  49.    ~/.bitrc/SetUp.opt to turn panning off.
  50.  
  51.    If you do animations a lot, it might be better to change the
  52.    Setup.opt to make these flags the default (maybe leave out the slide
  53.    show flag).
  54.  
  55.    One additional flag, -F, may be useful, which specifies to run
  56.    bit fullscreen.
  57.  
  58. Q. After I placed text strings into image in deferred mode, can I edit them ?
  59. -------------------------------------------------------------
  60. A. No, you can't, at least in all versions released so far.
  61.    It will be implemented, I hope, in later versions. For the time being,
  62.    write the image out in ASCII PPM format, then use a text editor
  63.    or sed, awk, head/tail whatever to manipulate the texts, which
  64.    are attached at the end of the PPM file. Similar trick can
  65.    be used to edit marks.
  66.  
  67.    Also note that if you plan to generate hardcopies of the annotated
  68.    images via PostScript, place text and marks LAST and in DEFERRED
  69.    mode. 
  70.  
  71. Q. bit sometimes core dumps on me when I run it remotely
  72. ------------------------------------------------------------------
  73. A. For some reason unclear to me, bit can't be run reliably
  74.    from remote machines. I have feedbacks that say bit runs fine
  75.    remotely and lots of reports of "it can't". I am unable to test/fix
  76.    this problem since I do not have access to any SGI machines
  77.    that run IRIX > 3.3.
  78.  
  79.    Can someone from SGI shed some light on this ?
  80.  
  81. Q. Some of the control panels do not have the title bar, which makes
  82.    moving them a pain, how can I make all panels have a bar ?
  83. -------------------------------------------------------------------
  84. A. Turn option, AlwaysUserBorder, on to make bit add a title bar
  85.    to all panels. You can set the flag thru Setup dialog or
  86.    by editing $HOME/Setup.opt directly.
  87.  
  88. *************************************************************************
  89. Hints and helpful info:
  90. *************************************************************************
  91.  
  92. How to access the online help:
  93.  
  94. Online help is activated either thru the pop-up menu entry HELP,
  95. or by clicking the mouse on the empty region of control panels.
  96.  
  97. It is strongly recommanded that after playing with bit for a while,
  98. skim the man page at least once (I know the man page is pretty bad,
  99. but it might save you some time).
  100.  
  101. Some useful aliases 
  102. -----------------------
  103. alias spaste bit -NI        #super-"paste": gifpaste, ipaste, jpaste
  104. alias animate bit -NIs0.05  #try to do an amimation
  105.